home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / FROMUTS / TERTIS / !Tertis / !Run < prev    next >
Text File  |  1992-01-03  |  921b  |  41 lines

  1. | !Run for Tetris by  SICK
  2. IconSprites <obey$dir>.!Sprites
  3.  
  4. |  ************************************************************************
  5. | Uncomment the following line if you do not want the Enhancer module killed
  6. |  ************************************************************************
  7. |SetEval Enhancer$MusicFixed 1
  8.  
  9. |
  10. | Set TetrisMemSize variable according to how much memory you have.
  11. |
  12. /<Obey$Dir>.Utils.MemCheck
  13.  
  14. |
  15. | If you have only .5 meg, then won't work.
  16. |
  17. IF TetrisMemSize = 524288 Then Error 0 Tetris needs at least a 1 Meg machine to run.
  18.  
  19. |
  20. | You have enough memory to be Desktop friendlyish.
  21. |
  22. UnSet TetrisMemSize
  23.  
  24. |
  25. | Load in MemAlloc
  26. |
  27. RmLoad <Obey$Dir>.Utils.MemAlloc
  28.  
  29. |
  30. | Set up memory allocation to what the game needs
  31. |
  32. ScreenSize 160 Error 1 Game needs exactly ScreenSize 160K to start up
  33. RmKill MemAlloc
  34. WimpSlot -min 576K -max 576K
  35. Set Tert$Dir <Obey$Dir>
  36.  
  37. |
  38. | Run the game
  39. |
  40. /<Tert$Dir>.!Piccy
  41.